I had an incident triggered by an event sent to the API, however, I have difficulties identifying the source of the event (it does not match any of the sources I’m aware of, it doesn’t even match my tech stack). Is there a way to identify the source IP of the caller of the events API? Or anything that could help me pinpoint the source of the API call?
Determining source of an event
Hello @andrzej.zoła,
You can include the IP in the payload itself, either under the payload.source
or the custom details:
https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTgx-send-an-alert-event
Come back here later to let us know if this worked!
Hello @xenda.amici and thanks for the suggestion. Unfortunately this won’t work for me, as I don’t know where the event is coming from. Thanks anyway, at least I know this is not the way to go.